29 research outputs found

    Price of Competition and Dueling Games

    Get PDF
    We study competition in a general framework introduced by Immorlica et al. and answer their main open question. Immorlica et al. considered classic optimization problems in terms of competition and introduced a general class of games called dueling games. They model this competition as a zero-sum game, where two players are competing for a user's satisfaction. In their main and most natural game, the ranking duel, a user requests a webpage by submitting a query and players output an ordering over all possible webpages based on the submitted query. The user tends to choose the ordering which displays her requested webpage in a higher rank. The goal of both players is to maximize the probability that her ordering beats that of her opponent and gets the user's attention. Immorlica et al. show this game directs both players to provide suboptimal search results. However, they leave the following as their main open question: "does competition between algorithms improve or degrade expected performance?" In this paper, we resolve this question for the ranking duel and a more general class of dueling games. More precisely, we study the quality of orderings in a competition between two players. This game is a zero-sum game, and thus any Nash equilibrium of the game can be described by minimax strategies. Let the value of the user for an ordering be a function of the position of her requested item in the corresponding ordering, and the social welfare for an ordering be the expected value of the corresponding ordering for the user. We propose the price of competition which is the ratio of the social welfare for the worst minimax strategy to the social welfare obtained by a social planner. We use this criterion for analyzing the quality of orderings in the ranking duel. We prove the quality of minimax results is surprisingly close to that of the optimum solution

    Online Network Design under Uncertainty

    Get PDF
    Today, computer and information networks play a significant role in the success of businesses, both large and small. Networks provide access to various services and resources to end users and devices. There has been extensive research on de- signing networks according to numerous criteria such as cost-efficiency, availability, adaptivity, survivability, among others. In this dissertation, we revisit some of the most fundamental network design problems in the presence of uncertainty. In most realistic models, we are forced to make decisions in the presence of an incomplete input, which is the source of uncertainty for an optimization algorithm. There are different types of uncertainty. For example, in stochastic settings, we may have some random variables derived from some known/unknown distributions. In online settings, the complete input is not known in a-priori and pieces of the input become available sequentially; leaving the algorithm to make decisions only with partial data. In this dissertation, we consider network design and network optimization problems with uncertainty. In particular, we study online bounded-degree Steiner network design, online survivable network design, and stochastic k-server. We analyze their complexity and design competitive algorithms for them

    Revenue Maximization for Selling Multiple Correlated Items

    Full text link
    We study the problem of selling nn items to a single buyer with an additive valuation function. We consider the valuation of the items to be correlated, i.e., desirabilities of the buyer for the items are not drawn independently. Ideally, the goal is to design a mechanism to maximize the revenue. However, it has been shown that a revenue optimal mechanism might be very complicated and as a result inapplicable to real-world auctions. Therefore, our focus is on designing a simple mechanism that achieves a constant fraction of the optimal revenue. Babaioff et al. propose a simple mechanism that achieves a constant fraction of the optimal revenue for independent setting with a single additive buyer. However, they leave the following problem as an open question: "Is there a simple, approximately optimal mechanism for a single additive buyer whose value for nn items is sampled from a common base-value distribution?" Babaioff et al. show a constant approximation factor of the optimal revenue can be achieved by either selling the items separately or as a whole bundle in the independent setting. We show a similar result for the correlated setting when the desirabilities of the buyer are drawn from a common base-value distribution. It is worth mentioning that the core decomposition lemma which is mainly the heart of the proofs for efficiency of the mechanisms does not hold for correlated settings. Therefore we propose a modified version of this lemma which is applicable to the correlated settings as well. Although we apply this technique to show the proposed mechanism can guarantee a constant fraction of the optimal revenue in a very weak correlation, this method alone can not directly show the efficiency of the mechanism in stronger correlations

    Stochastic k-Server: How Should Uber Work?

    Get PDF
    In this paper we study a stochastic variant of the celebrated kk-server problem. In the k-server problem, we are required to minimize the total movement of k servers that are serving an online sequence of tt requests in a metric. In the stochastic setting we are given t independent distributions in advance, and at every time step i a request is drawn from P_i. Designing the optimal online algorithm in such setting is NP-hard, therefore the emphasis of our work is on designing an approximately optimal online algorithm. We first show a structural characterization for a certain class of non-adaptive online algorithms. We prove that in general metrics, the best of such algorithms has a cost of no worse than three times that of the optimal online algorithm. Next, we present an integer program that finds the optimal algorithm of this class for any arbitrary metric. Finally by rounding the solution of the linear relaxation of this program, we present an online algorithm for the stochastic k-server problem with an approximation factor of 33 in the line and circle metrics and factor of O(log n) in general metrics. In this way, we achieve an approximation factor that is independent of k, the number of servers. Moreover, we define the Uber problem, motivated by extraordinary growth of online network transportation services. In the Uber problem, each demand consists of two points -a source and a destination- in the metric. Serving a demand is to move a server to its source and then to its destination. The objective is again minimizing the total movement of the k given servers. It is not hard to show that given an alpha-approximation algorithm for the k-server problem, we can obtain a max{3,alpha}-approximation algorithm for the Uber problem. Motivated by the fact that demands are usually highly correlated with the time (e.g. what day of the week or what time of the day the demand is arrived), we study the stochastic Uber problem. Using our results for stochastic k-server we can obtain a 3-approximation algorithm for the stochastic Uber problem in line and circle metrics, and a O(log n)-approximation algorithm for a general metric of size n. Furthermore, we extend our results to the correlated setting where the probability of a request arriving at a certain point depends not only on the time step but also on the previously arrived requests

    Greedy Algorithms for Online Survivable Network Design

    Get PDF
    In an instance of the network design problem, we are given a graph G=(V,E), an edge-cost function c:E -> R^{>= 0}, and a connectivity criterion. The goal is to find a minimum-cost subgraph H of G that meets the connectivity requirements. An important family of this class is the survivable network design problem (SNDP): given non-negative integers r_{u v} for each pair u,v in V, the solution subgraph H should contain r_{u v} edge-disjoint paths for each pair u and v. While this problem is known to admit good approximation algorithms in the offline case, the problem is much harder in the online setting. Gupta, Krishnaswamy, and Ravi [Gupta et al., 2012] (STOC\u2709) are the first to consider the online survivable network design problem. They demonstrate an algorithm with competitive ratio of O(k log^3 n), where k=max_{u,v} r_{u v}. Note that the competitive ratio of the algorithm by Gupta et al. grows linearly in k. Since then, an important open problem in the online community [Naor et al., 2011; Gupta et al., 2012] is whether the linear dependence on k can be reduced to a logarithmic dependency. Consider an online greedy algorithm that connects every demand by adding a minimum cost set of edges to H. Surprisingly, we show that this greedy algorithm significantly improves the competitive ratio when a congestion of 2 is allowed on the edges or when the model is stochastic. While our algorithm is fairly simple, our analysis requires a deep understanding of k-connected graphs. In particular, we prove that the greedy algorithm is O(log^2 n log k)-competitive if one satisfies every demand between u and v by r_{uv}/2 edge-disjoint paths. The spirit of our result is similar to the work of Chuzhoy and Li [Chuzhoy and Li, 2012] (FOCS\u2712), in which the authors give a polylogarithmic approximation algorithm for edge-disjoint paths with congestion 2. Moreover, we study the greedy algorithm in the online stochastic setting. We consider the i.i.d. model, where each online demand is drawn from a single probability distribution, the unknown i.i.d. model, where every demand is drawn from a single but unknown probability distribution, and the prophet model in which online demands are drawn from (possibly) different probability distributions. Through a different analysis, we prove that a similar greedy algorithm is constant competitive for the i.i.d. and the prophet models. Also, the greedy algorithm is O(log n)-competitive for the unknown i.i.d. model, which is almost tight due to the lower bound of [Garg et al., 2008] for single connectivity

    Online Weighted Degree-Bounded Steiner Networks via Novel Online Mixed Packing/Covering

    Get PDF
    We design the first online algorithm with poly-logarithmic competitive ratio for the edge-weighted degree-bounded Steiner forest (EW-DB-SF) problem and its generalized variant. We obtain our result by demonstrating a new generic approach for solving mixed packing/covering integer programs in the online paradigm. In EW-DB-SF, we are given an edge-weighted graph with a degree bound for every vertex. Given a root vertex in advance, we receive a sequence of terminal vertices in an online manner. Upon the arrival of a terminal, we need to augment our solution subgraph to connect the new terminal to the root. The goal is to minimize the total weight of the solution while respecting the degree bounds on the vertices. In the offline setting, edge-weighted degree-bounded Steiner tree (EW-DB-ST) and its many variations have been extensively studied since early eighties. Unfortunately, the recent advancements in the online network design problems are inherently difficult to adapt for degree-bounded problems. In particular, it is not known whether the fractional solution obtained by standard primal-dual techniques for mixed packing/covering LPs can be rounded online. In contrast, in this paper we obtain our result by using structural properties of the optimal solution, and reducing the EW-DB-SF problem to an exponential-size mixed packing/covering integer program in which every variable appears only once in covering constraints. We then design a generic integral algorithm for solving this restricted family of IPs. As mentioned above, we demonstrate a new technique for solving mixed packing/covering integer programs. Define the covering frequency k of a program as the maximum number of covering constraints in which a variable can participate. Let m denote the number of packing constraints. We design an online deterministic integral algorithm with competitive ratio of O(k*log(m)) for the mixed packing/covering integer programs. We prove the tightness of our result by providing a matching lower bound for any randomized algorithm. We note that our solution solely depends on m and k. Indeed, there can be exponentially many variables. Furthermore, our algorithm directly provides an integral solution, even if the integrality gap of the program is unbounded. We believe this technique can be used as an interesting alternative for the standard primal-dual techniques in solving online problems

    Effect of Blended Education on Nursing Students’ Awareness and Attitude Towards Organ Donation: A Solomon Four-Group Study

    Get PDF
    Background: Organ donation requires management to promote awareness and create the proper culture in all societies. Awareness and attitude of students and nursing staff can affect the process of donating organs. Objectives: The aim of this study was to determine the effect of blended education on the awareness and attitude of nursing students towards organ donation. Methods: In this clinical trial study, which used a Solomon four-group design, 94 undergraduate nursing students from Azad University of Sanandaj in 2016 were selected by the census method and randomly assigned to four groups. The data collection tool included demographic data and the Organ Donation Awareness and Attitude Questionnaire blended education was provided to students through a one-day interactive workshop and social networks for 2 weeks. Before and after the intervention, students’ awareness and attitude were evaluated. The collected data were analyzed by SPSS 16 using Fisher, Wilcoxon, Mann-Whitney, and Kruskal-Wallis tests. Results: The comparison of the awareness level after the intervention in the four groups showed statistically significant differences (P = 0.0001). Moreover, there was a significant difference in the attitude level after the intervention between the four groups (P = 0.02). Conclusions: Blended education increases the awareness and attitude of nursing students. Thus, trainers and educators are suggested using blended education to train students regarding donation. Moreover, it is recommended to include the topic of donation in the nurse’s curriculum. Keywords Organ Donation Nurse Student Educatio

    Colchicine Overdose in a Suicidal Attempt

    Get PDF
    Colchicine overdose is uncommon; however, it can cause serious adverse effects and even death. Colchicine inhibits microtubule polymerization, causing mitotic spindle disruption. Ingesting ˃0.5 mg of colchicine per kilogram bodyweight causes severe adverse effects and can even be fatal. Therefore, colchicine toxicity must be accurately monitored and managed.In this case report, we described a 21-year-old woman who attempted suicide by the ingestion of an estimated 30 mg colchicine. She was admitted to the hospital due to severe abdominal and chest pain, vomiting, lethargy, and weakness. The patient was medicated with ondansetron, apotel, antibiotics, platelet transfusions, sodium phosphate, calcium gluconate, calcitriol, desmopressin acetate, Granulocyte-Colony Stimulating Factor (G-CSF), and sodium bicarbonate. Fortunately, through the appropriate medical treatment, the signs and symptoms of colchicine toxicity were relieved and the patient survived despite the high colchicine serum level

    Biopolymeric Coatings for Local Release of Therapeutics from Biomedical Implants

    Get PDF
    Funding Information: S.T., B.M., and J.C. contributed equally to this work. The authors are grateful for funding received from the Australian Research Council Centre of Excellence program (Project Number CE 140100012). J.C. acknowledges the European Research Council Starting Grant (ERC‐StG‐2019‐848325). S.N. and F.D. acknowledge the financial support of Australian Research Council through DP200102164. Publisher Copyright: © 2023 The Authors. Advanced Science published by Wiley-VCH GmbH.The deployment of structures that enable localized release of bioactive molecules can result in more efficacious treatment of disease and better integration of implantable bionic devices. The strategic design of a biopolymeric coating can be used to engineer the optimal release profile depending on the task at hand. As illustrative examples, here advances in delivery of drugs from bone, brain, ocular, and cardiovascular implants are reviewed. These areas are focused to highlight that both hard and soft tissue implants can benefit from controlled localized delivery. The composition of biopolymers used to achieve appropriate delivery to the selected tissue types, and their corresponding outcomes are brought to the fore. To conclude, key factors in designing drug-loaded biopolymeric coatings for biomedical implants are highlighted.publishersversionepub_ahead_of_prin
    corecore